home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / lists / join < prev    next >
Encoding:
Text File  |  1992-12-17  |  372 b   |  7 lines

  1.           join list ?joinString?
  2.                The list argument must  be  a  valid  Tcl  list.   This
  3.                command returns the string formed by joining all of the
  4.                elements of list together  with  joinString  separating
  5.                each   adjacent   pair  of  elements.   The  joinString
  6.                argument defaults to a space character.
  7.